home *** CD-ROM | disk | FTP | other *** search
/ Pesquisa Dirigida / Pesquisa Dirigida.iso / JOGOS / mini_putt2.swf / scripts / DefineButton2_63 / BUTTONCONDACTION on(release).as
Text File  |  2005-01-07  |  145b  |  10 lines

  1. on(release){
  2.    _root.player = player;
  3.    _root.email = email;
  4.    _root.login = login;
  5.    tellTarget("_root")
  6.    {
  7.       play();
  8.    }
  9. }
  10.